home *** CD-ROM | disk | FTP | other *** search
- Path: dispatch.news.demon.net!demon!snowone.demon.co.uk
- From: merv@snowone.demon.co.uk (snowone)
- Newsgroups: comp.lang.c
- Subject: can't get system calls to work vis c ver 1
- Date: Thu, 04 Apr 1996 14:09:25 GMT
- Message-ID: <828623397.22462@snowone.demon.co.uk>
- NNTP-Posting-Host: snowone.demon.co.uk
- X-NNTP-Posting-Host: snowone.demon.co.uk
- X-Newsreader: Forte Free Agent 1.0.82
-
- Hi
-
- can anyone help me. I have msvc version one and i'm trying to get
- this program working
-
- #include <process.h>
-
- void main()
- {
- system("dir");
- }
-
- Will not compile. Says on linking _system is undeclared
- (note at first would not compile until #undef _WINDOWS)
-
- have libraries oldnames, libw and mlibcewq
-
- This is driving me mad as it is such a simple program.
-
- Thanks in advance.
-
- Merv
-
-